Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/optimize images #1688

Merged
merged 3 commits into from
Oct 17, 2017
Merged

Fix/optimize images #1688

merged 3 commits into from
Oct 17, 2017

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Oct 16, 2017

Two fixes for images:

  1. mogrify src/qt/res/*/*/*.png - should fix "libpng error: IDAT: chunk data is too large" error
  2. add Dash-specific paths to folders in optimize-pngs.py script and execute it - should result in ~500Kb reduction of total size

Ideally, we should be running these 2 steps each time we add new image for this new image only. However, we added a bunch of images without running mogrify and we never used optimize-pngs.py on Dash-specific images afaik, so I executed both steps on all of them to make sure we didn't miss any.

@UdjinM6 UdjinM6 added this to the 12.2 milestone Oct 16, 2017
@codablock
Copy link

utACK

1 similar comment
@gladcow
Copy link

gladcow commented Oct 17, 2017

utACK

@UdjinM6 UdjinM6 merged commit f5286b1 into dashpay:v0.12.2.x Oct 17, 2017
@UdjinM6 UdjinM6 deleted the fixoptimages branch January 31, 2019 19:43
@UdjinM6 UdjinM6 mentioned this pull request Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants